home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / casslabel / formats / postscript-enhanced_1+t.form < prev    next >
Encoding:
Text File  |  1994-05-15  |  6.3 KB  |  244 lines

  1. %%!PS-Adobe-2.0 EPSF-2.0
  2. %%%%BoundingBox: 70 323 360 772
  3.  
  4. %%%%BeginProlog
  5. /mm 72 25.40005 div def    %% Millimeter definition
  6. mm mm scale                %% Units now are Millimeter
  7. 25 272 translate        %% Move (0,0) up
  8. 0.1 setlinewidth        %% small line width
  9.  
  10. /ISO
  11. [
  12.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  13.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  14.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  15.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  16.  /space /exclam /quotedbl /numbersign /dollar /percent /ampersand
  17.  /quoteright /parenleft /parenright /asterisk /plus /comma /minus /period
  18.  /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon
  19.  /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H
  20.  /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft
  21.  /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
  22.  /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z
  23.  /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
  24.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  25.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /dotlessi /grave
  26.  /acute /circumflex /tilde /macron /breve /dotaccent /dieresis /.notdef
  27.  /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space /exclamdown
  28.  /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
  29.  /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
  30.  /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph
  31.  /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright
  32.  /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute
  33.  /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute
  34.  /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth
  35.  /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
  36.  /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn
  37.  /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae
  38.  /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute
  39.  /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex
  40.  /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex
  41.  /udieresis /yacute /thorn /ydieresis
  42. ] def
  43.  
  44. /reencodedict 5 dict def
  45. /ReEncode {
  46.     dup
  47.     reencodedict begin
  48.     /basefontname exch def
  49.     /basefontdict basefontname findfont def
  50.     /newfont basefontdict maxlength dict def
  51.  
  52.     basefontdict
  53.     { exch dup dup /FID ne exch /Encoding ne and
  54.         { exch newfont 3 1 roll put }
  55.         { pop pop }
  56.         ifelse
  57.     } forall
  58.     newfont /FontName basefontname put
  59.     newfont /Encoding ISO put
  60.     basefontname newfont definefont pop
  61.     end
  62. } bind def
  63.  
  64. /centershow {
  65.     dup
  66.     stringwidth pop 2 div neg 0 rmoveto
  67.     show
  68. } bind def
  69.  
  70. /rightshow {
  71.     dup
  72.     stringwidth pop neg 0 rmoveto
  73.     show
  74. } bind def
  75. %%%%EndProlog
  76.  
  77. %% **********************************************
  78. %% **********************************************
  79.  
  80. %% Begin of Output
  81. [2 1] 0 setdash
  82. 0 -94 moveto 102 -94 lineto stroke
  83. 0 -29 moveto 102 -29 lineto 102 -16 lineto 0 -16 lineto closepath stroke
  84. [] 0 setdash
  85. 0 -158 moveto 102 -158 lineto 102 0 lineto 0 0 lineto closepath stroke
  86. 0 -5 moveto 102 -5 lineto 102 0 lineto 0 0 lineto closepath stroke
  87.  
  88. /Helvetica ReEncode findfont 8 scalefont setfont
  89. 1 -13 moveto (A) show
  90. 52 -13 moveto (B) show
  91. 102 -25 moveto (%s) rightshow
  92. @NUMBER@
  93.  
  94. /Helvetica findfont 4 scalefont setfont
  95. 51 -4 moveto (%s: %s    %s: %s min) centershow
  96. @LANG_POSITION@POSITION@@LANG_LENGTH@LENGTH@LENGTH@
  97. 7 -9 moveto (%s %s) show
  98. @LANG_DATE@DATE_A@
  99. 7 -13 moveto (NR: %s) show
  100. @NOISER_A@
  101. 31 -13 moveto (Src: %s) show
  102. @SOURCE_A@
  103. 58 -9 moveto (%s %s) show
  104. @LANG_DATE@DATE_B@
  105. 58 -13 moveto (NR: %s) show
  106. @NOISER_B@
  107. 82 -13 moveto (Src: %s) show
  108. @SOURCE_B@
  109. 43 -24 moveto (%s) rightshow
  110. @TOPGROUP_A@
  111. 45 -24 moveto (- %s) show
  112. @TOPTITLE_A@
  113.  
  114. 1 -32 moveto (%.30s) show
  115. @TITLE_A@01@
  116. 52 -32 moveto (%.30s) show
  117. @TITLE_B@01@
  118. 1 -36 moveto (%.30s) show
  119. @TITLE_A@02@
  120. 52 -36 moveto (%.30s) show
  121. @TITLE_B@02@
  122. 1 -40 moveto (%.30s) show
  123. @TITLE_A@03@
  124. 52 -40 moveto (%.30s) show
  125. @TITLE_B@03@
  126. 1 -44 moveto (%.30s) show
  127. @TITLE_A@04@
  128. 52 -44 moveto (%.30s) show
  129. @TITLE_B@04@
  130. 1 -48 moveto (%.30s) show
  131. @TITLE_A@05@
  132. 52 -48 moveto (%.30s) show
  133. @TITLE_B@05@
  134. 1 -52 moveto (%.30s) show
  135. @TITLE_A@06@
  136. 52 -52 moveto (%.30s) show
  137. @TITLE_B@06@
  138. 1 -56 moveto (%.30s) show
  139. @TITLE_A@07@
  140. 52 -56 moveto (%.30s) show
  141. @TITLE_B@07@
  142. 1 -60 moveto (%.30s) show
  143. @TITLE_A@08@
  144. 52 -60 moveto (%.30s) show
  145. @TITLE_B@08@
  146. 1 -64 moveto (%.30s) show
  147. @TITLE_A@09@
  148. 52 -64 moveto (%.30s) show
  149. @TITLE_B@09@
  150. 1 -68 moveto (%.30s) show
  151. @TITLE_A@10@
  152. 52 -68 moveto (%.30s) show
  153. @TITLE_B@10@
  154. 1 -72 moveto (%.30s) show
  155. @TITLE_A@11@
  156. 52 -72 moveto (%.30s) show
  157. @TITLE_B@11@
  158. 1 -76 moveto (%.30s) show
  159. @TITLE_A@12@
  160. 52 -76 moveto (%.30s) show
  161. @TITLE_B@12@
  162. 1 -80 moveto (%.30s) show
  163. @TITLE_A@13@
  164. 52 -80 moveto (%.30s) show
  165. @TITLE_B@13@
  166. 1 -84 moveto (%.30s) show
  167. @TITLE_A@14@
  168. 52 -84 moveto (%.30s) show
  169. @TITLE_B@14@
  170. 1 -88 moveto (%.30s) show
  171. @TITLE_A@15@
  172. 52 -88 moveto (%.30s) show
  173. @TITLE_B@15@
  174. 1 -92 moveto (%.30s) show
  175. @TITLE_A@16@
  176. 52 -92 moveto (%.30s) show
  177. @TITLE_B@16@
  178. 1 -97 moveto (%.30s) show
  179. @TITLE_A@17@
  180. 52 -97 moveto (%.30s) show
  181. @TITLE_B@17@
  182. 1 -101 moveto (%.30s) show
  183. @TITLE_A@18@
  184. 52 -101 moveto (%.30s) show
  185. @TITLE_B@18@
  186. 1 -105 moveto (%.30s) show
  187. @TITLE_A@19@
  188. 52 -105 moveto (%.30s) show
  189. @TITLE_B@19@
  190. 1 -109 moveto (%.30s) show
  191. @TITLE_A@20@
  192. 52 -109 moveto (%.30s) show
  193. @TITLE_B@20@
  194. 1 -113 moveto (%.30s) show
  195. @TITLE_A@21@
  196. 52 -113 moveto (%.30s) show
  197. @TITLE_B@21@
  198. 1 -117 moveto (%.30s) show
  199. @TITLE_A@22@
  200. 52 -117 moveto (%.30s) show
  201. @TITLE_B@22@
  202. 1 -121 moveto (%.30s) show
  203. @TITLE_A@23@
  204. 52 -121 moveto (%.30s) show
  205. @TITLE_B@23@
  206. 1 -125 moveto (%.30s) show
  207. @TITLE_A@24@
  208. 52 -125 moveto (%.30s) show
  209. @TITLE_B@24@
  210. 1 -129 moveto (%.30s) show
  211. @TITLE_A@25@
  212. 52 -129 moveto (%.30s) show
  213. @TITLE_B@25@
  214. 1 -133 moveto (%.30s) show
  215. @TITLE_A@26@
  216. 52 -133 moveto (%.30s) show
  217. @TITLE_B@26@
  218. 1 -137 moveto (%.30s) show
  219. @TITLE_A@27@
  220. 52 -137 moveto (%.30s) show
  221. @TITLE_B@27@
  222. 1 -141 moveto (%.30s) show
  223. @TITLE_A@28@
  224. 52 -141 moveto (%.30s) show
  225. @TITLE_B@28@
  226. 1 -145 moveto (%.30s) show
  227. @TITLE_A@29@
  228. 52 -145 moveto (%.30s) show
  229. @TITLE_B@29@
  230. 1 -149 moveto (%.30s) show
  231. @TITLE_A@30@
  232. 52 -149 moveto (%.30s) show
  233. @TITLE_B@30@
  234. 1 -153 moveto (%.30s) show
  235. @TITLE_A@31@
  236. 52 -153 moveto (%.30s) show
  237. @TITLE_B@31@
  238. 1 -157 moveto (%.30s) show
  239. @TITLE_A@32@
  240. 52 -157 moveto (%.30s) show
  241. @TITLE_B@32@
  242.  
  243. showpage
  244.